'Declaration<DispIdAttribute(311)> Function GetWrappedTextHeight( _ ByVal FontResName As String, _ ByVal Left As Single, _ ByVal Top As Single, _ ByVal Right As Single, _ ByVal Bottom As Single, _ ByVal HorizontalAlignment As TextAlignment, _ ByVal Text As String, _ ByVal UseFontBBox As Boolean, _ ByRef StartPos As Integer _ ) As Single
[DispId(311)] float GetWrappedTextHeight( string FontResName, float Left, float Top, float Right, float Bottom, TextAlignment HorizontalAlignment, string Text, bool UseFontBBox, ref int StartPos )
function GetWrappedTextHeight(
FontResName: String;
Left: Single;
Top: Single;
Right: Single;
Bottom: Single;
HorizontalAlignment: TextAlignment;
Text: String;
UseFontBBox: Boolean;
var StartPos: Integer
): Single;
DispIdAttribute(311) function GetWrappedTextHeight( FontResName : String, Left : float, Top : float, Right : float, Bottom : float, HorizontalAlignment : TextAlignment, Text : String, UseFontBBox : boolean, StartPos : int ) : float;
[DispId(311)] float GetWrappedTextHeight( string* FontResName, float Left, float Top, float Right, float Bottom, TextAlignment HorizontalAlignment, string* Text, bool UseFontBBox, ref int StartPos )
[DispId(311)] float GetWrappedTextHeight( String^ FontResName, float Left, float Top, float Right, float Bottom, TextAlignment HorizontalAlignment, String^ Text, bool UseFontBBox, int% StartPos )
Parameters
- FontResName
- Left
- Top
- Right
- Bottom
- HorizontalAlignment
- Text
- UseFontBBox
- StartPos
